toggle menu
JxBrowser
8.0.0-eap.4
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.card
/
[jvm]CreditCard
Credit
Card
interface
CreditCard
The credit card information persisted in
the credit card store
.
Since
7.23
Members
Functions
cardholder
Link copied to clipboard
open
fun
cardholder
(
)
:
String
The name of the cardholder entered by the user.
expiration
Month
Link copied to clipboard
open
fun
expirationMonth
(
)
:
Month
The expiration month of the credit card.
expiration
Year
Link copied to clipboard
open
fun
expirationYear
(
)
:
Int
The expiration year of the credit card.
network
Link copied to clipboard
open
fun
network
(
)
:
CreditCardNetwork
The network issuer of the card.
number
Link copied to clipboard
open
fun
number
(
)
:
String
The card number.